@charset "utf-8";

body {
	min-width: 1280px;
}

.nav {
	background-color: rgba(0, 0, 0, 0.56);
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 1000;
	height: 60px;
}

.nav .container {
	position: relative;
	/*width: 100%;*/
}

.nav .logo {
	position: absolute;
	top: 11px;
	cursor:pointer;
	/*left: 100px;*/
}

.banner .banner-img, .swiper-container .swiper-slide .banner-img{
	width: 100%;
	height: auto;
	margin: 0 auto;
}

.menus {
	color: #fff;
    font-size: 13px;
    position: absolute;
    width: auto;
    right: 0px;
    z-index: 99;
}

.menu-items {
	position: relative;
	display: none;
}

.menu-item {
	width: 120px;
	text-align: center;
	cursor: pointer;
	display: inline-block;
	vertical-align: top;
}

.menu-main:hover ,.menu-child:hover{
	background-color: #46AAFC;
}

.menu-child {
	text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    height: 40px;
    line-height: 40px;
    padding: 0px 12px;
}
    
.menu-main {
	height: 60px;
	line-height: 60px;
	position: relative;
}

.menu-main img {
	position: absolute;
	width: 100%;
	height: 3px;
	bottom: 0px;
	left: 0px;
	right: 0px;
	display: none;
}

.menu-children {
	margin: 0;
    position: relative;
    vertical-align: middle;
    width: auto;
    min-width: 120px;
    display: inline-block;
    background-color: rgba(0, 0, 0, 0.88);
}

.title {
	margin-top: 40px;
	margin-bottom: 40px;
	text-align: center;
}

.title img {
	height: 42px;
	width: 250px;
}

.footer {
	background-color: #eeeeee;
	height: 356px;
	width: 100%;
	/*min-width: 1200px;*/
}

.footer .lft {
	width: 60%;
	float: left;
	padding-top: 64px;
	margin-left: 160px;
}

.footer .lft .nav_list {
	float: left;
	width: 20%;
}

.footer .lft .nav_list .nav_list_tit {
	margin-bottom: 5px;
	font-size: 14px;
	line-height: 21px;
	font-weight: bold;
	color: #333333;
}
.footer .lft .nav_list .nav_list_con li {
	height: 30px;
	line-height: 30px;
}

.footer .lft .nav_list .nav_list_con a {
	color: #666666;
}

.footer .line {
	float: left;
	margin-top: 40px;
	width: 1px;
	height: 276px;
	background-color: #999999;
}

.footer .rgt {
	width: 20%;
	float: left;
	color: #333333;
	padding-top: 64px;
	padding-left: 40px;
}

.footer .rgt img {
	margin-bottom: 30px;
}

.footer .rgt p {
	font-size: 12px;
	line-height: 26px;
}

.copyright {
	padding-top: 12px;
	background-color: #333333;
	height: 64px;
	/*min-width: 1400px;*/
}

.copyright p {
	width: 100%;
	text-align: center;
	color: #FFFFFF;
}

.copyright .copyright-txt1 {
	font-size: 14px;
}

.copyright .copyright-txt2 {
	font-size: 12px;
}

.goto {
	position: fixed;
	/*left: 50%;*/
	right: 0px;
	/*margin-left: 700px;*/
	bottom: 65px;
	/*background: url(../img/fix-icon-top.png) no-repeat center center;*/
	/*background-color: #096dd9;*/
	width: 48px;
	height: 192px;
	/*border-radius: 5px;*/
	cursor: pointer;
	opacity: 0;
}

.goto .gotoHome {
	background: url(../img/fix-icon-home.svg) no-repeat center center;
	background-color: #bae7ff;
	width: 48px;
	height: 48px;
}

.goto .gotoContact {
	background: url(../img/fix-icon-contact.svg) no-repeat center center;
	background-color: #91d5ff;
	width: 48px;
	height: 48px;
}

.goto .gotoMsg {
	background: url(../img/fix-icon-msg.svg) no-repeat center center;
	background-color: #40a9ff;
	width: 48px;
	height: 48px;
}

.goto .gotoTop {
	background: url(../img/fix-icon-top.svg) no-repeat center center;
	background-color: #096dd9;
	width: 48px;
	height: 48px;
}

.header {
	position: relative;
	background-color: black;
	font-size: 0px;
}

.active {
	background-color: #40A9FF;
}

.target-content {
	margin-bottom: 40px;
}

.menu-contents .target-content {
	display: none; 
}

.swiper-container-horizontal>.swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction {
	bottom: 18px;
}

.bold {
	font-weight: bold;
}

.hidden {
	display: none;
}

.showing {
	display: block !important;
}

.noselect {

	-webkit-touch-callout: none; /* iOS Safari */

	-webkit-user-select: none; /* Chrome/Safari/Opera */

	-khtml-user-select: none; /* Konqueror */

	-moz-user-select: none; /* Firefox */

	-ms-user-select: none; /* Internet Explorer/Edge */

	user-select: none; /* Non-prefixed version, currentlynot supported by any browser */

}